home *** CD-ROM | disk | FTP | other *** search
Text File | 1996-04-03 | 505 b | 30 lines | [TEXT/MPS ] |
- // CreatorAndBundle.r
- // Copyright © 1986-96 by Apple Computer, Inc. All rights reserved.
-
- /* • Auto-Include the requirements for this source */
-
- #ifndef __SYSTYPES_R__
- #include "SysTypes.r"
- #endif
-
- #ifndef __MACAPPVERSION__
- #include "MacAppVersion.h"
- #endif
-
-
- include $$Shell("ObjApp")"CreatorAndBundle" 'CODE';
-
-
- resource 'vers' (1
- #if qNames
- , "App Version"
- #endif
- , purgeable) {
- MA_VERS_CODE,
- verUs,
- MA_SHORT_VERSION,
- MA_LONG_VERSION
- };
-
- include "Defaults.rsrc" 'vers' (2); // part of MacApp
-